| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal comparer As IComparer(Of T), _ ByVal unordered As IEnumerable(Of T), _ ByVal serializer As ISerializer(Of T), _ ByVal memoryLimit As Integer _ )  | |
| C# | |
|---|---|
public OrderedEnumeration<T>( IComparer<T> comparer, IEnumerable<T> unordered, ISerializer<T> serializer, int memoryLimit )  | |
Parameters
- comparer
 - unordered
 - serializer
 - memoryLimit
 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7